home *** CD-ROM | disk | FTP | other *** search
- * Copyright (c) 1990 by AT&T Bell Telephone Laboratories, Incorporated. */
- * The C++ Answer Book */
- * Tony Hansen */
- * All rights reserved. */
- / Exercise 6.8
- / Define a class INT which acts just like integers
- ifndef INT_H
- define INT_H
-
- include "6_8a0.h" /* EXPAND */
-
- include "6_8a1.h" /* EXPAND4 */
-
- include "6_8a2.h" /* EXPAND4 */
-
- include "6_8a3.h" /* EXPAND4 */
- ;
- endif /* INT_H */
-